home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / amos / args.lha / RStr$.AMOS / RStr$.amosSourceCode
Comma Seperated Value File  |  2002-05-22  |  154b  |  4 rows

#Def Fn RSTR$(NUMBER)=Right$(Str$(NUMBER)Len(Str$(NUMBER))+(NUMBER>=0))
1Print Str$(1) Fn RSTR$(1)
2Print Str$(-1) Fn RSTR$(-1)
3Print Str$(0) Fn RSTR$(0)